From: Ralf Baechle Date: Tue, 15 Aug 2006 18:36:40 +0000 (+0100) Subject: [MIPS] MT: When doing "select SMP" also select SMP's prerequesites or ... X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~41814 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=73b76c78fdf3a25faecbffb52c925950d46152b6;p=linux-4.9.git [MIPS] MT: When doing "select SMP" also select SMP's prerequesites or ... ... kconfig will do weird stuff. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4bb813389e9e..991b329224e7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1526,6 +1526,7 @@ config MIPS_MT_SMTC select CPU_MIPSR2_SRS select MIPS_MT select SMP + select SYS_SUPPORTS_SMP help This is a kernel model which is known a SMTC or lately has been marketesed into SMVP. @@ -1537,6 +1538,7 @@ config MIPS_MT_SMP select CPU_MIPSR2_SRS select MIPS_MT select SMP + select SYS_SUPPORTS_SMP help This is a kernel model which is also known a VSMP or lately has been marketesed into SMVP.